home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Sep 89 / Y0076-TList-String Interf-Sep89 < prev    next >
Encoding:
Text File  |  1989-09-25  |  720 b   |  23 lines  |  [TEXT/GEOL]

  1. Item    1657232                         23-Sept-89        20:05
  2.  
  3. From:   SCHMUCKER1                      Schmucker, Kurt
  4.  
  5. To:     MACAPP.TEST                     MacApp SQA Team
  6.         APPLE.BUGS                      Apple Bugs Reporting
  7.  
  8. cc:     MACAPP.TECH$                    MACAPP Tech
  9.  
  10. Sub:    TList-String Interface Bug
  11.  
  12.     If you have a TList subclass with a String instance variable, it is not
  13. possible to use the Pascal string built-in 'Delete' on the string, because the
  14. Object Pascal scoping rules will always associate the name 'Delete' with
  15. TList.Delete.
  16.  
  17.     I believe that this calls for an interface change in TList, making 'Delete'
  18. into something like 'DeleteElement'.
  19.  
  20. MacApp 2.0ß9
  21. MPW 3.0
  22.  
  23.